←Select platform

Delete(IEnumerable<FullTextSearchItem>) Method

Summary

Deletes master forms from the full text search database.

Syntax
C#
VB
C++
public void Delete( 
   IEnumerable<FullTextSearchItem> items 
) 
Public MustOverride Sub Delete( 
   ByVal items As System.Collections.Generic.IEnumerable(Of Leadtools.Forms.Recognition.FullTextSearchItem) 
) 
public:  
   virtual void Delete( 
      System::Collections::Generic::IEnumerable<Leadtools::Forms::Recognition::FullTextSearchItem^>^ items 
   ) abstract 

Parameters

items

Properties of the item(s) to be deleted. Must not be null.

Remarks

This method loops through items and calls Delete(FullTextSearchItem) for each item.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly